-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHOENIX-7474 Migrate IndexTool tables and make sure they are created #2031
base: master
Are you sure you want to change the base?
Conversation
FYI @swaroopak @kadirozde I provided some description on the ticket about this change and why it is needed https://issues.apache.org/jira/browse/PHOENIX-7474 Let me know if you have any questions. |
@richardantal, the PR looks good to me overall. Thank you for fixing this issue. I will approve the PR after a successful build and test run (expect known test failures). |
import static org.apache.phoenix.query.QueryConstants.SYSTEM_SCHEMA_NAME; | ||
|
||
/** | ||
* An MR job to populate the index table from the data table. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not look like an MR tool to me, it does not implement the right interface for that.
Rename to IndexToolUtil or IndexToolTableUtil ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and fix the comment
34ff76d
to
7c2b511
Compare
I see that these changes cause some test failures, I'll fix them soon. |
7c2b511
to
f2470b8
Compare
f2470b8
to
0f35489
Compare
restarted the CI |
0f35489
to
814c4b4
Compare
No description provided.